[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _twM4( nC, nD )
 ----------------------------------------------------------------------------
     Set the mouse cursor position in terms of virtual screen
     coordinates. ( 640 x 200 )

       Arguments:

     nC - 'N' X coordinate to set.

     nD - 'N' Y coordinate to set.

       Return:

     Nothing.

       Example:

     To set the mouse cursor at Row 3, Column 13:

        _twM4( 13 * 8, 3 * 8 )

See Also: twMSetRC()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson